home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / overview / win2maccountersamples / read me
Encoding:
Text File  |  2000-09-28  |  889 b   |  13 lines

  1. This is sample code to accompany Chapter 12 of "An Introduction to Macintosh Programming for Windows Programmers" available at <http://developer.apple.com/macos/macoverview/>.
  2.  
  3. This sample contains a series of six C++ sample programs used to illustrate how to write a simple Macintosh application. The samples use the Metrowerks PowerPlant applications framework, which ships as part of the CodeWarrior Integrated Development environment. (PowerPlant ships with a wide range of useful sample programs. We’ll describe many of those in more detail below.) These samples illustrate many common applications features, including:
  4.  
  5. 1. Multiple document windows. 
  6. 2. Disk files for persistent data. 
  7. 3. Menu items for modifying the data. 
  8. 4. Buttons for modifying the data. 
  9. 5. Modal dialogs. 
  10. 6. Printing. 
  11. 7. Custom application and document icons. 
  12. 8. Customized “About this program…” dialog. 
  13.